ia.MouseEvent Class
An ia.MouseEvent object.
Constructor
ia.MouseEvent
(
-
evt -
eventType -
mouseX -
mouseY -
obj
Parameters:
-
evtObjectA mouse event.
-
eventTypeStringThe event type.
-
mouseXNumberThe x coordinate of the mouse.
-
mouseYNumberThe y coordinate of the mouse.
-
objObjectThe object associated with the event.
Properties
ctrlKey
Boolean
Is the ctrl key pressed.
delta
Number
Wheel delta.
eventType
String
The type of event.
obj
Object
The object associated with the event.
shiftKey
Boolean
Is the shift key pressed.
x
Number
The x coord.
y
Number
The y coord.